@charset "utf-8";

:after, :before {
	box-sizing: inherit
}

ul {
	list-style: none
}
.overflow-hide {
	overflow: hidden
}
.col-sm-3 {
	width: 25%;
	float: left;
	position: relative
}
.pavilion-container {
	padding-bottom: 50px;
	background: url(../images/yanxuanguan_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height:350px;
}
@media (max-width: 2000px) {
 .pavilion-container {
	padding-bottom: 50px;
	background: url(../images/yanxuanguan_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height:350px;
}
}
@media (max-width: 1600px) {
 .pavilion-container {
	padding-bottom: 50px;
	background: url(../images/yanxuanguan_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height:330px;
}
}
@media (max-width: 1400px) {
 .pavilion-container {
	padding-bottom: 50px;
	background: url(../images/yanxuanguan_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height:300px;
}
}
@media (max-width: 768px) {
 .pavilion-container {
	padding-bottom: 50px;
	background: url(../images/yanxuanguan_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height:2900px ;
}
}

.layer-title {
	padding: 50px 0 30px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	letter-spacing: 1.09px
}
/*tab分类*/
.pavilion-container .pavilion-inner {
	max-width: inherit;

}
.pavilion-container .pavilion-inner .tabs {
	padding: 0 10px;
	margin: 0px auto;
    width: fit-content;
}
.pavilion-container .pavilion-inner .tabs li {
	float: left;
	padding: 0 21px;
	border: 1px solid #1a79c3;
	
	line-height: 36px;
	font-size: 16px;
	color: #1a79c3;
	letter-spacing: .35px
}
.pavilion-container .pavilion-inner .tabs li {
	margin-left: 21.2667px;
	cursor: pointer
}
@media (max-width: 768px) {.pavilion-container .pavilion-inner .tabs li {
	margin-left:0px;
	text-align:center;
	cursor: pointer
}}
.pavilion-container .pavilion-inner .tabs li:first-child {
	margin-left: 0
}
.pavilion-container .pavilion-inner .tabs li.on {
	background: #1a79c3;
	color: #fff;
}
@media (max-width: 768px) {
.pavilion-container .pavilion-inner .tabs li {
	float: left;
	width:46.5%;
	padding: 0 0px;
	border: 1px solid #1a79c3;
	line-height: 36px;
	font-size: 16px;
	color: #1a79c3;
	letter-spacing: .35px;
	margin-bottom:10px;
	margin-right:10px;
}
}
}
.pavilion-container .pavilion-inner .tabs li .hot-icon {
	width: 18px;
	height: 24px;
	background: url(../images/marketplace-selected-fire-leave.svg);
	margin-right: 10px;
	background-repeat: no-repeat
}
.pavilion-container .pavilion-inner .tabs li.on .hot-icon {
	background: url(../images/marketplace-selected-fire.svg)
}
.pavilion-container .pavilion-inner .tabs li>span {
	display: inline-block;
	vertical-align: middle
}
/*tab内容*/
.pavilion-container .tab-content-wrap {
	position: relative;
	margin-top: 20px;
	height: 300px
}
.pavilion-container .tab-content {
	position: absolute;
	transition: all .7s linear;
	opacity: 0;
	z-index: -1;
	height: 0;
	width: 100%
}
.pavilion-container .tab-content.show {
	height: auto;
	opacity: 1;
	top: 0;
	z-index: 1
}
.pavilion-container .tab-content .col-sm-3 {
	padding: 0 10px
}
.pavilion-container .tab-content .col-sm-3 .tab-card {
	position: relative;
	padding: 20px;
	background: #fff;
	border-radius: 2px;
	overflow: hidden;
	cursor: pointer;
	transition: .2s linear
}
/*大卡片*/
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-lg {
	position: relative;
	height: 420px
}
.pavilion-container .tab-content .col-sm-3 .tab-card:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	border-radius: 1px 1px 0 0
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-lg img {
	height: 90px;
	width: auto;
	display: block
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-lg h3 {
	margin-top: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
.pavilion-container .tab-content .col-sm-3 .tab-card p {
	margin-top: 5px;
	font-size: 12px;
	color: #a0a2a8;
	letter-spacing: .51px;
	line-height: 20px;
	height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-lg .labels {
	margin-top: 10px;
	margin-right: 10px;
	padding-bottom: 20px
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-lg .labels span {
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 0 5px;
	background: rgba(160,162,168,.1);
	border: 1px solid rgba(102,106,117,.1);
	border-radius: 2px;
	line-height: 20px;
	color: #a0a2a8;
	font-size: 12px
}
.pavilion-container .tab-content .col-sm-3 .tab-card-lg .time {
	border-top: 1px solid #e7e7e7
}
/*中卡片*/
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-md+.tab-card-md {
	margin-top: 20px
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-md {
	height: 200px
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-md img {
	height: 65px;
	width: auto;
	display: block
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-md h3 {
	margin-top: 15px
}
.pavilion-container .tab-content .col-sm-3 .tab-card .time {
	position: absolute;
	bottom: 10px;
	width: calc(100% - 40px);
	padding-top: 17px;
	font-size: 12px;
	color: #666a75;
	letter-spacing: .44px;
	line-height: 23px;
	text-align: left
}
.pavilion-container .tab-content .col-sm-3 .tab-card .time span {
	font-size: 20px;
	color: #f66f6a;
	letter-spacing: 0;
	line-height: 23px;
	margin-right: 3px
}
/*小卡片*/
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-sm {
	height: 90px
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-sm+.tab-card-sm {
	margin-top: 20px
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-sm .time {
	border-top-width: 0
}
.pavilion-container .tab-content .col-sm-3 .tab-card:hover {
	background: #efedd4
}
/*查看全部*/
.pavilion-container .view-go {
	margin-top: 35px;
	font-size: 18px;
	color: #fff;
	text-align: center
}
.pavilion-container .view-go a span.arrow-more {
	display: inline-block;
	vertical-align: middle
}
.pavilion-container .view-go a span.arrow-f {
	width: 13px;
	height: 13px;
	background: url(../images/marketplace-selected-arrow1.svg);
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	position: relative;
	transition: .3s ease-out
}
.pavilion-container .view-go a:hover {
	color: #c9a467;
}
.pavilion-container .view-go a:hover span.arrow-f {
	transform: translate(4px, 0);
	background: url(../images/marketplace-selected-arrow2.svg)
}


	.demo{
		padding: 2em 0;
	}
	.box{
		font-family: 'Ubuntu', sans-serif;
		position: relative;
		overflow: hidden;
	}
	.box:before{
		content: '';
		background: linear-gradient(45deg,rgba(0,0,0,0.6), rgba(10,10,10,0.6));
		height: 100%;
		width: 100%;
		opacity: 0;
		filter: blur(10px);
		transform: scale(1) rotate(180deg);
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		transition: all 0.4s ease-in-out;
	}
	.box:hover:before{
		box-shadow: 0 0 10px 2px #555;
		opacity: 1;
		filter: blur(0);
		transform: scale(1,1) rotate(0);
	}
	.box img{
		width: 100%;
		height: auto;
		transition: all 0.5s ease-in-out;
	}
	.box:hover img{ transform: scale(1.9) rotate(45deg); }
	.box .box-content{
		color: #fff;
		text-align: center;
		width: 90%;
		opacity: 0;
		transform: translateX(-50%) translateY(-50%) scale(3);
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
		transition: all 0.5s ease;
	}
	.box:hover .box-content{
		opacity: 1;
		transform: translateX(-50%) translateY(-50%) scale(1);
	}
	.box .title{
		width:50%;
		font-size: 18px;
		font-weight: 700;
		letter-spacing: 1px;
		text-transform: uppercase;
		margin: 0px auto;
		padding:10px 10px;
		background:rgba(0,110,245,0.75)
	}
	.box .post{
		font-size: 14px;
		text-transform: capitalize;
		height:30px; 
		line-height:30px;
	
	}
	.box .icon{
		padding: 0;
		margin: 0;
		list-style: none;
		filter: blur(10px);
		transform: scale(0);
		position: absolute;
		right: 20px;
		bottom: 20px;
		z-index: 2;
		transition: all 0.5s ease 0.2s;
	}
	.box:hover .icon{
		transform: scale(1);
		filter: blur(0);
	}
	.box .icon li{ display: inline-block; }
	.box .icon li a{
		color: #fff;
		background: rgba(255,255,255,0.2);
		font-size: 20px;
		text-align: center;
		line-height: 40px;
		height: 40px;
		width: 40px;
		margin: 0 3px;
		display: block;
		position: relative;
		transition: all 0.3s;
	}
	.box .icon li a:hover{
		text-shadow: 0 0 6px #555;
		box-shadow: 0 0 5px #555;
	}
	@media only screen and (max-width:990px){
		.box{ margin-bottom: 30px; }
	}
	@media only screen and (max-width:479px){
		.box .title{ font-size: 20px; }
	}
.nav-item2{ padding:0 30px;}
.nav-item3{ padding:0 25px;text-align:center; color:#FFF;}
	
/* All */
.nav {
  
}
.nav ul {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;

}
.nav ul:before,
.nav ul:after {
  content: "";
  display: table;
}
.nav ul:after {
  clear: both;
}
.nav ul > li {
  float: left;
  position: relative; 
 
 
}

.nav a {
  display: block;
  padding: 15px 20px;
  line-height: 1.2em;
  color: #fff;
   transition: 0.6s;
-o-transition: 0.6s;
-moz-transition: 0.6s;
-webkit-transition: 0.6s;

}
.nav a:hover {
  text-decoration: none;
   background:rgba(255, 255,255, 0.4);;
   color:fff;
}

.nav li ul {
  background: rgba(47,108,185,0.8);
  margin-top:39px;
 width: max-content;
}

.xiala{ width: auto; position:absolute;  transition: 0.6s;
-o-transition: 0.6s;
-moz-transition: 0.6s;
-webkit-transition: 0.6s;;}
.xiala ul li{   transition: 0.6s;
-o-transition: 0.6s;
-moz-transition: 0.6s;
-webkit-transition: 0.6s;}
.xiala ul li:hover{ width:100%;background:#CCC;
   color:fff;}

.nav li ul li {
  width: inherit;
  float:none;
  text-align: left;
  transition: all 0.3s;
}
.nav li ul li:hover {

   background:#CCC;
   color:fff;
   text-align:left;
}
.nav li ul a {
  padding: 15px 35px;
  font-size:14px;
  border: none;
  color:#FFF;
}

.pr13{float:none; width:400px; height:60px; padding-top:8px; position: relative; margin:0px auto;}


/* Slide Down 2
============================== */
.nav4 ul > li:hover ul li {
  max-height: 150px;
}
.nav4 li ul {
	
  position: absolute;
  left: 0;
  top: 36px;
  z-index: 99999;
}
.nav5 li ul {
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 999999;
  
}
.nav4 li ul li {
	width:100%;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 500ms ease;
  -moz-transition: max-height 500ms ease;
  -o-transition: max-height 500ms ease;
  transition: max-height 500ms ease;
}

